home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 58 / pcpp58a.iso / extras / quake 3 source / Q3A_ToolSource.exe / Main / md3lib.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-01-02  |  194 b   |  7 lines

  1. #include <stdio.h>
  2. #include "cmdlib.h"
  3. #include "mathlib.h"
  4. #include "qfiles.h"
  5.  
  6. void MD3_Dump( const char *filename );
  7. void MD3_ComputeTagFromTri( md3Tag_t *pTag, const float tri[3][3] );